Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / IStructComparer<T> Interface
The type of structs to compare.
Members

In This Topic
    IStructComparer<T> Interface
    In This Topic
    Defines a method that a type implements to compare two structs.
    Object Model
    IStructComparer<T> Interface
    Syntax
    'Declaration
     
    Public Interface IStructComparer(Of T As {New, Struct}) 
    public interface IStructComparer<T> 
    where T: new(), struct
    Type Parameters
    T
    The type of structs to compare.
    See Also